Additional Inherited Members | |
Public Attributes inherited from BeautifulSoup.PageElement | |
next | |
nextSibling | |
parent | |
previous | |
previousSibling | |
Static Public Attributes inherited from BeautifulSoup.PageElement | |
fetchNextSiblings = findNextSiblings | |
fetchParents = findParents | |
fetchPrevious = findAllPrevious | |
fetchPreviousSiblings = findPreviousSiblings | |
Definition at line 403 of file BeautifulSoup.py.
def BeautifulSoup.NavigableString.__getattr__ | ( | self, | |
attr | |||
) |
text.string gives you text. This is for backwards compatibility for Navigable*String, but for CData* it lets you get the string without the CData wrapper.
Definition at line 420 of file BeautifulSoup.py.
Referenced by BeautifulSoup.NavigableString.__getattr__(), and VarParsing.VarParsing.setType().
def BeautifulSoup.NavigableString.__getattr__ | ( | self, | |
attr | |||
) |
text.string gives you text. This is for backwards compatibility for Navigable*String, but for CData* it lets you get the string without the CData wrapper.
Definition at line 420 of file BeautifulSoup.py.
References BeautifulSoup.NavigableString.__getattr__().
Referenced by VarParsing.VarParsing.setType().
def BeautifulSoup.NavigableString.__getnewargs__ | ( | self | ) |
Definition at line 417 of file BeautifulSoup.py.
Referenced by BeautifulSoup.NavigableString.__getnewargs__().
def BeautifulSoup.NavigableString.__getnewargs__ | ( | self | ) |
Definition at line 417 of file BeautifulSoup.py.
References BeautifulSoup.NavigableString.__getnewargs__().
def BeautifulSoup.NavigableString.__new__ | ( | cls, | |
value | |||
) |
Create a new NavigableString. When unpickling a NavigableString, this method is called with the string in DEFAULT_OUTPUT_ENCODING. That encoding needs to be passed in to the superclass's __new__ or the superclass won't know how to handle non-ASCII characters.
Definition at line 405 of file BeautifulSoup.py.
Referenced by BeautifulSoup.NavigableString.__new__(), and SequenceTypes._ModuleSequenceType.copyAndExclude().
def BeautifulSoup.NavigableString.__new__ | ( | cls, | |
value | |||
) |
Create a new NavigableString. When unpickling a NavigableString, this method is called with the string in DEFAULT_OUTPUT_ENCODING. That encoding needs to be passed in to the superclass's __new__ or the superclass won't know how to handle non-ASCII characters.
Definition at line 405 of file BeautifulSoup.py.
References BeautifulSoup.NavigableString.__new__().
Referenced by SequenceTypes._ModuleSequenceType.copyAndExclude().
def BeautifulSoup.NavigableString.decodeGivenEventualEncoding | ( | self, | |
eventualEncoding | |||
) |
Definition at line 432 of file BeautifulSoup.py.
Referenced by BeautifulSoup.NavigableString.decodeGivenEventualEncoding().
def BeautifulSoup.NavigableString.decodeGivenEventualEncoding | ( | self, | |
eventualEncoding | |||
) |
Definition at line 432 of file BeautifulSoup.py.
References BeautifulSoup.NavigableString.decodeGivenEventualEncoding().
def BeautifulSoup.NavigableString.encode | ( | self, | |
encoding = DEFAULT_OUTPUT_ENCODING |
|||
) |
Definition at line 429 of file BeautifulSoup.py.
References DTNumberingScheme.decode(), ESElectronicsSim.decode(), HLTrigReport.decode(), mySiStripNoises.decode(), EcalDumpRaw.decode(), DTPosNegType.decode(), DTPosNeg.decode(), SiStripBadStrip.decode(), SiStripNoises.decode(), and SiStripPedestals.decode().
Referenced by BeautifulSoup.Tag._invert(), and BeautifulSoup.NavigableString.encode().
def BeautifulSoup.NavigableString.encode | ( | self, | |
encoding = DEFAULT_OUTPUT_ENCODING |
|||
) |
Definition at line 429 of file BeautifulSoup.py.
References DTNumberingScheme.decode(), ESElectronicsSim.decode(), HLTrigReport.decode(), mySiStripNoises.decode(), EcalDumpRaw.decode(), DTPosNegType.decode(), DTPosNeg.decode(), SiStripBadStrip.decode(), SiStripNoises.decode(), SiStripPedestals.decode(), and BeautifulSoup.NavigableString.encode().
Referenced by BeautifulSoup.Tag._invert().