Home
last modified time | relevance | path

Searched refs:InputSource (Results 1 – 25 of 26) sorted by relevance

12

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DInputSource.h26 class SP_API InputSource : public Link {
30 virtual ~InputSource();
55 InputSource(InputSourceOrigin *origin, const Char *start, const Char *end);
70 InputSource(const InputSource &); // undefined
71 void operator=(const InputSource &); // undefined
90 void InputSource::advanceStart(const Char *to) in advanceStart()
101 Xchar InputSource::get(Messenger &mgr) in get()
108 void InputSource::startTokenNoMulticode() in startTokenNoMulticode()
115 void InputSource::startToken() in startToken()
121 void InputSource::endToken(size_t length) in endToken()
[all …]
H A DMarkup.h40 class InputSource; variable
66 void addReservedName(Syntax::ReservedName, const InputSource *);
68 void addSdReservedName(Sd::ReservedName, const InputSource *);
71 void addS(const InputSource *);
73 void addShortref(const InputSource *);
76 void addName(const InputSource *);
78 void addNameToken(const InputSource *);
79 void addNumber(const InputSource *);
80 void addAttributeValue(const InputSource *);
H A DEntityManager.h26 class InputSource; variable
34 virtual InputSource *open(const StringC &sysid,
H A DInternalInputSource.h25 class SP_API InternalInputSource : public InputSource {
H A DEntity.h30 class InputSource; variable
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DInputSource.cxx16 InputSource::InputSource(InputSourceOrigin *origin, const Char *start, in InputSource() function in SP_NAMESPACE::InputSource
23 void InputSource::reset(const Char *start, in reset()
36 InputSource::~InputSource() in ~InputSource()
40 void InputSource::advanceStartMulticode(const Char *to) in advanceStartMulticode()
69 void InputSource::willNotRewind() in willNotRewind()
73 void InputSource::setDocCharset(const CharsetInfo &, in setDocCharset()
78 void InputSource::willNotSetDocCharset() in willNotSetDocCharset()
H A DRecognizer.h22 class InputSource; variable
29 Token recognize(InputSource *, Messenger &) const;
H A DMarkup.cxx139 void Markup::addReservedName(Syntax::ReservedName rn, const InputSource *in) in addReservedName()
160 void Markup::addSdReservedName(Sd::ReservedName rn, const InputSource *in) in addSdReservedName()
199 void Markup::addS(const InputSource *in) in addS()
230 void Markup::addName(const InputSource *in) in addName()
249 void Markup::addNumber(const InputSource *in) in addNumber()
259 void Markup::addNameToken(const InputSource *in) in addNameToken()
269 void Markup::addAttributeValue(const InputSource *in) in addAttributeValue()
279 void Markup::addShortref(const InputSource *in) in addShortref()
H A DparseCommon.cxx244 InputSource *in = currentInput(); in parseNamedCharRef()
285 InputSource *in = currentInput(); in parseNumericCharRef()
434 InputSource *in = currentInput(); in parseEntityReference()
564 InputSource *in = currentInput(); in extendNameToken()
576 InputSource *in = currentInput(); in extendNumber()
587 InputSource *in = currentInput(); in extendHexNumber()
609 InputSource *in = currentInput(); in extendS()
H A DParserState.cxx129 InputSource *top = 0; in maybeStartPass2()
130 for (IListIter<InputSource> iter(inputStack_); in maybeStartPass2()
140 InputSource *p = inputStack_.get(); in maybeStartPass2()
154 if (inputStack_.head()->get(messenger()) == InputSource::eE) { in maybeStartPass2()
263 InputSource *p = inputStack_.get(); in popInputStack()
300 void ParserState::pushInput(InputSource *in) in pushInput()
410 for (IListIter<InputSource> iter(inputStack_); !iter.done(); iter.next()) { in entityIsOpen()
644 InputSource *in = currentInput(); in getCurrentToken()
H A DParserState.h105 InputSource *currentInput() const;
142 void pushInput(InputSource *);
275 IList<InputSource> inputStack_;
321 InputSource *ParserState::currentInput() const in currentInput()
329 InputSource *in = currentInput(); in currentLocation()
391 InputSource *in = currentInput(); in getCurrentToken()
H A Dparser_inst.m451 #include "InputSource.h"
154 __instantiate(IList < InputSource >\
283 __instantiate(IListIter < InputSource >\
H A DInternalInputSource.cxx19 : InputSource(origin, str.data(), str.data() + str.size()), buf_(0), in InternalInputSource()
H A DRecognizer.cxx32 Token Recognizer::recognize(InputSource *in, Messenger &mgr) const in recognize()
H A DparseInstance.cxx354 InputSource *in = currentInput(); in handleShortref()
414 InputSource *in = currentInput(); in parseStartTag()
547 InputSource *in = currentInput(); in parseGroupStartTag()
576 InputSource *in = currentInput(); in parseGroupEndTag()
1156 InputSource *in = currentInput(); in extendData()
1166 InputSource *in = currentInput(); in extendContentS()
H A DSOEntityCatalog.cxx206 InputSource *in_;
860 InputSource *in = em->open(tem, in parseCatalog()
865 if (in && (in->get(mgr) != InputSource::eE || !in->accessError())) in parseCatalog()
1066 if (c == InputSource::eE) { in skipComment()
1080 if (c == InputSource::eE) { in parseLiteral()
H A DparseAttribute.cxx321 InputSource *in = currentInput(); in extendUnquotedAttributeValue()
328 || c == InputSource::eE in extendUnquotedAttributeValue()
H A DMakefile.sub10 Hash.o InputSource.o Location.o Message.o MessageArg.o \
H A DExtendEntityManager.cxx59 InputSource *open(const StringC &sysid,
145 class ExternalInputSource : public InputSource {
308 InputSource *EntityManagerImpl::open(const StringC &sysid, in open()
579 : InputSource(origin, 0, 0), in ExternalInputSource()
H A DparseSd.cxx153 if (currentInput()->get(messenger()) == InputSource::eE) { in doInit()
179 InputSource *in = entityManager().open(systemId, in doInit()
606 InputSource *in = currentInput(); in scanForSgmlDecl()
632 if (c == InputSource::eE) in scanForSgmlDecl()
1200 InputSource *in = entityManager().open(sysid, in referencePublic()
3058 InputSource *in = currentInput(); in parseSdParamLiteral()
H A DparseParam.cxx989 InputSource *in = currentInput(); in getIndicatedReservedName()
H A DparseDecl.cxx499 if (currentInput()->tokenChar(messenger()) == InputSource::eE) in lookingAtStartTag()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DInputObjects.t17 my $p_is = Pod::InputSource->new( -handle => \*FH );
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm87 package Pod::InputSource;
H A DParser.pm1525 = new Pod::InputSource(

12