Home
last modified time | relevance | path

Searched refs:getPublicId (Results 1 – 25 of 27) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/utils/
DSAXSourceLocator.java62 this.setPublicId(locator.getPublicId()); in SAXSourceLocator()
77 this.setPublicId(locator.getPublicId()); in SAXSourceLocator()
92 this.setPublicId( spe.getPublicId() ); in SAXSourceLocator()
107 public String getPublicId() in getPublicId() method in SAXSourceLocator
109 return (null == m_locator) ? super.getPublicId() : m_locator.getPublicId(); in getPublicId()
DDefaultErrorHandler.java352 String id = (null != locator.getPublicId() ) in printLocation()
353 ? locator.getPublicId() in printLocation()
DTreeWalker.java302 m_locator.setPublicId(loc.getPublicId()); in startNode()
DDOMHelper.java1160 url = entity.getPublicId(); in getUnparsedEntityURI()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplate.java70 public String getPublicId() in getPublicId() method in ElemTemplate
98 m_publicId = locator.getPublicId(); in setLocaterInfo()
DElemTemplateElement.java710 public String getPublicId() in getPublicId() method in ElemTemplateElement
712 return (null != m_parentNode) ? m_parentNode.getPublicId() : null; in getPublicId()
DStylesheet.java1231 m_publicId = locator.getPublicId(); in setLocaterInfo()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DNodeLocator.java62 public String getPublicId() in getPublicId() method in NodeLocator
/external/apache-xml/src/main/java/org/apache/xpath/
DExpression.java518 public String getPublicId() in getPublicId() method in Expression
522 return m_parent.getPublicId(); in getPublicId()
/external/eyes-free/AccessCheck/src/com/android/accessibility/
DAccessibilityValidator.java152 file.getPublicId(), mAndroidSdkPath); in validateFiles()
/external/libxml2/os400/libxmlrpg/
DSAX.rpgle18 d getPublicId pr * extproc('getPublicId') const xmlChar *
/external/libxml2/include/libxml/
DSAX.h27 getPublicId (void *ctx);
Dparser.h322 const xmlChar *(*getPublicId)(void *ctx); member
/external/libxml2/python/
Ddrv_libxml2.py92 def getPublicId(self): member in Locator
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java276 m_locator.setPublicId(loc.getPublicId()); in startNode()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorLRE.java108 slocator.setPublicId(locator.getPublicId()); in startElement()
/external/tagsoup/templates/org/ccil/cowan/tagsoup/
DHTMLScanner.java134 public String getPublicId() { in getPublicId() method in HTMLScanner
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java400 fLocator.setPublicId(loc.getPublicId()); in startNode()
501 String publicId = node.getPublicId(); in serializeDocType()
1715 if (ent.getPublicId() != null in isEntityReferneceWellFormed()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java1321 return dtd.getPublicId(); in getDocumentTypeDeclarationPublicIdentifier()
1450 url = entity.getPublicId(); in getUnparsedEntityURI()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java443 theScanner.resetDocumentLocator(input.getPublicId(), input.getSystemId()); in parse()
485 String publicid = s.getPublicId(); in getReader()
DHTMLScanner.java355 public String getPublicId() { in getPublicId() method in HTMLScanner
/external/libxml2/
Dglobals.c522 gs->xmlDefaultSAXLocator.getPublicId = xmlSAX2GetPublicId; in xmlInitializeGlobalState()
Dlegacy.c764 getPublicId(void *ctx) in getPublicId() function
Dlibxml2.syms92 getPublicId;
/external/jetty/src/java/org/eclipse/jetty/xml/
DXmlParser.java203 LOG.debug("parsing: sid=" + source.getSystemId() + ",pid=" + source.getPublicId()); in parse()

12